-
Notifications
You must be signed in to change notification settings - Fork 33
fix: populate 'winners' array during payments #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@narekcat we would like to use another endpoint for getting userId by handle GET /v3/members/{handle}
and create for this another method getV3MemberDetailsByHandle
.
We don't want to use method getMemberDetailsByHandles
because for some users it fails, see the issue details:
@maxceem . Ok, sorry it's my mistake. I'll fix it. |
@maxceem I have fixed this issue, please check again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @narekcat, work good now.
There is just one minor thing in the comment below.
src/common/helper.js
Outdated
* @param {Array} handle the user handle | ||
* @returns {Array} the member details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Params type Array
doesn't match the actual data type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fixed this issue too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @narekcat. all good now
No description provided.